/**custom css for swiper button **/
/* .swiper {
    overflow: visible !important;
}
.swiper-wrapper {
    overflow: hidden;
} */
.scroll-btn::after,
.scroll-btn::before,
.scroll-btn-variant-2::after,
.scroll-btn-variant-2::before {
    content: none !important;
}
/* .pagination-btn-container {
    position: absolute;
    bottom: -30px;
    display: flex;
    justify-content: end;
    right: 0;
} */
.swiper-button-next,
.swiper-button-prev {
    position: relative !important;
    margin-top: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
}
.pagination-btn-container {
    display: flex;
    flex-direction: row;
    gap: 7px;
    justify-content: end;
    margin-top: 20px;
}
